速報APP / 攝影 / DSLR Scripting

DSLR Scripting

價格:免費

更新日期:2015-02-21

檔案大小:97k

目前版本:1.0

版本需求:Android 3.1 以上版本

官方網站:mailto:kopperek@gmail.com

DSLR Scripting(圖1)-速報App

DSLR Scripting gives you a possibility to control your dslr camera via script running on your android device. You can think of this app as a programmable remote shutter.

Simple script can look like this:

while 1

message("Press 'OK' to take photo")

capture()

endwhile

It waits for a user to click ‘OK’ button and then takes a photo. An infinite loop makes this process repetitive.

DSLR Scripting(圖2)-速報App

To make this application running you need:

- dslr nikon or canon camera. This app was created for and tested on nikon D5100, but it should work with other dslr cameras as well. Unfortunately i have no confirmation if it is true

- android device with OTG (host USB) support

- USB cable to connect your android with camera

- application itself

- and set of scripts. Every script file has to have '.script' extension. You have to upload your scripts on your android device and, using properties button in app, you have to provide location of directory with scripts

You can find more information about scripting language, list of available functions and simple scripts on google code page: https://code.google.com/p/dslr-scripting/

DSLR Scripting(圖3)-速報App

DSLR Scripting is LGPL licensed. If you want to contribute visit: https://code.google.com/p/dslr-scripting/

DSLR Scripting(圖4)-速報App